Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gitlab): connect with GitLab #991

Merged
merged 12 commits into from
Sep 2, 2023
Merged

feat(gitlab): connect with GitLab #991

merged 12 commits into from
Sep 2, 2023

Conversation

gregberge
Copy link
Member

No description provided.

@gregberge gregberge linked an issue Aug 27, 2023 that may be closed by this pull request
12 tasks
} catch (error) {
if (error instanceof axios.AxiosError && error.response) {
res.status(error.response.status);
res.send(error.response.data);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
@argos-ci
Copy link

argos-ci bot commented Aug 27, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 30 changes Sep 2, 2023, 7:45 AM

@gregberge gregberge marked this pull request as ready for review September 2, 2023 07:41
@gregberge gregberge merged commit 139b784 into main Sep 2, 2023
6 checks passed
@gregberge gregberge deleted the gitlab branch September 2, 2023 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitLab Support
1 participant